/*公司治理*/
.government-bj{
	background: #f8f8f8;
}
.government{
	padding-top: 60px;
	padding-bottom: 125px;
	font-size: 0;
}
.government-lt{
	width: 130px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	border-radius: 6px;
}
.government-lt-li{
	width: 100%;
	height: 120px;
	border-radius: 6px;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
	color: #666;
transition: all .5s;
-webkit-transition: all .5s;
}
.government-lt-li:after{
	content: '';
	width: calc(100% - 12px);
	height: 1px;
	position: absolute;
	left: 6px;
	top: 0;
	background: #E5E5E5;
}
.government-lt-li:first-child:after{
	display: none;
}
.government-lt-li:hover,
.government-lt-li.on{
	background: #2a4a8f;
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;
}
.government-lt-li:hover:after,
.government-lt-li.on:after{
	display: none;
}
.government-lt-li.on:after{
	display: none;
}
.government-lt-li:hover .img1,
.government-lt-li.on .img1{
	display: none;
}
.government-lt-li:hover .img2,
.government-lt-li.on .img2{
	display: inline-block;
}
.government-a{
	line-height: 45px;
	height: 45px;
	font-size: 0;
}
.government-a img{
	max-height: 100%;
}
.government-a .img2{
	display: none;
}
.government-b{
	font-size: 16px;
	margin-top: 10px;
}
.government-rt{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 160px);
	margin-left: 30px;
	box-shadow: 0 0 10px #ccc;
	background: #fff;
	padding:40px 60px;
	border-radius: 8px;
	min-height: 480px;
}
.government-rt-li{
	color: #666;
	display: none;
}
.government-e{
	font-size: 36px;
	line-height: 1.5;
}
.government-f{
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
}
@media(max-width:1400px){
	.government-e{
		font-size: 30px;
	}
	.government-f{}
}
@media(max-width:1200px){
	.government-rt{
		width: calc(100% - 130px);
		padding: 20px 30px;
		margin-left: 20px;
	}
	.government-lt{
		width: 110px;
	}
	.sf-gydh{
		border-top: 1px solid #ccc;
	}
}
@media(max-width:750px){
	.government{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.government-lt{
		width: 100%;
	}
	.government-lt-li{
		width: 25%;
		height: 70px;
		float: left;
		padding:15px;
	}
	.government-a{
		height: 20px;
		line-height: 20px;
	}
	.government-b{
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.4;
	}
	.government-lt-li:after{
		width: 1px;
		height: calc(100% - 10px);
		left: 0;
		top: 5px;
	}
	.government-rt{
		width: 100%;
		margin: 0;
		margin-top: 30px;
		padding: 20px;
		min-height: 260px;
	}
	.government-e{
		font-size: 18px;
		font-weight: bold;
	}
	.government-f{
		font-size: 12px;
	}
}



.report{
	padding: 60px 0;
	font-size: 0;	
}
.report-lt{
	width: 71.5%;
	display: inline-block;
	vertical-align: top;
	/*background: #fff;*/
	/*box-shadow: 0 0 10px #ccc;*/
}
.report-ul{
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px #aaa;
}
.report-li{
	transition: all .5s;
-webkit-transition: all .5s;
}
.report-top{
	width: 100%;
	padding: 0 35px;
	border-bottom: 1px solid #f9f9f9;
	transition: all .5s;
-webkit-transition: all .5s;
cursor: pointer;
}
.report-a{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 15px 0;
	padding-right: 40px;
	background: url(../img/sfico03_1.png) no-repeat right center;
	
transition: all .5s;
-webkit-transition: all .5s;
}

.report-li:hover .report-top,
.report-li.on .report-top{
	background: #044682;
transition: all .5s;
-webkit-transition: all .5s;
}
.report-li:hover .report-a,
.report-li.on .report-a{
	color: #fff;
	background-image: url(../img/sfico03_2.png);
transition: all .5s;
-webkit-transition: all .5s;
}
.report-btm{
	width: 100%;
	background: #f9f9f9;
	padding: 0 15px;
	display: none;
}
.report-bc{
	border-top: 1px dashed #ccc;
	padding: 20px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}
.report-bc:first-child{
	border: 0;
}
.report-b{
	width: calc(100% - 200px);
	float: left;
}
.report-c{
	float: right;
	font-size: 0;
}
.report-c a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	background: url(../img/sfico04.png) no-repeat left center;
	padding-left: 25px;
}
.report-c a:hover{
	color: #000;
}
a.report-c3{
	background-image: url(../img/sfico05.png)
}
.report-c i{
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 14px;
	margin: 0 10px ;
	background: #ccc;
	position: relative;
	top: 8px;
}


.sfpage .page{
	text-align: center;
	font-size: 0;
	margin-top: 35px;
	background: initial !important;
}
.sfpage .page a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666;
	line-height: 38px;
	margin: 0 3px;
	background: #fff;
	text-align: center;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.sfpage .page a:hover,.page a.active{
	background-color: #044682;
	border-color: #044682;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.sfpage .page a.prev{
	position: inherit;
	left: initial;
	background:#fff url(../img/sfico09_1.png) no-repeat center;
}
.sfpage .page a.prev:hover{
	background:#044682 url(../img/sfico09_3.png) no-repeat center;
}
.sfpage .page a.next{
	position: inherit;
	right: initial;
	background:#fff url(../img/sfico09_2.png) no-repeat center;
}
.sfpage .page a.next:hover{
	background:#044682 url(../img/sfico09_4.png) no-repeat center;
}

@media (max-width: 750px){
	.sfpage .page a{
		width: auto;
		padding: 0 2px;
		min-width: 25px;
		height: 25px;
		font-size: 12px;
		line-height: 23px;
		margin: 0 1px;
		
	}
	.sfpage .page a.prev,.sfpage .page a.next{
		background-size: 10px auto;
	}
}


.report-rt{
	width: calc(28.5% - 25px);
	margin-left: 25px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	box-shadow: 0 5px 10px #aaa;
	padding: 30px 0;
}
.report-j{
	font-size: 24px;
	line-height: 1;
	color: #333;
	font-weight: bold;
	padding: 0 25px;
}
.report-k{
	padding: 0 12px;
	margin-top: 10px;
}
.report-ka{
	display: block;
	border-top: 1px dashed #ccc;
	padding: 15px 13px;
	font-size: 16px;
	line-height: 1.6;
	color: #666;
}
.report-ka:first-child{
	border: 0;
}
.report-k2{
	color: #666;
	opacity: .5;
}
 .report-k3{
 	transition: all .5s;
-webkit-transition: all .5s;
 }
.report-ka:hover .report-k3{
	color: #044682;
transition: all .5s;
-webkit-transition: all .5s;
}

@media (max-width: 1200px){
	.report-j{
		font-size: 20px;
	}
	.report-ka{
		font-size: 14px;
	}
	.report-top{
		padding: 0 20px;
	}
	.report-btm{
		padding: 0 10px;
	}
	.report-bc{
		padding: 10px;
	}
	.report{
		padding: 40px 0;
	}
	.sfpage .page{
		margin-top: 20px;
	}
}
@media (max-width: 1000px){
	.report-rt{
		display: none;
	}
	.report-lt{
		width: 100%;
	}
}
@media (max-width: 750px){
	.report{
		padding: 30px 0;
	}
	.sfpage .page{
		margin-top: 10px;
	}
	.report-top{
		padding: 0 14px;
	}
	.report-a{
		font-size: 16px;
		padding: 10px 0;padding-right: 20px;
		background-size: 14px;
	}
	.report-btm{
		/*display: block;*/
	}
	.report-btm{
		padding: 0 7px;
	}
	.report-bc{
		padding: 7px;
	}
	.report-b{
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.report-c{
		float: left;
	}
	.report-c a{
		font-size: 12px;
		line-height: 20px;
		padding-left: 20px;
		background-size: 14px;
	}
	.report-c i{
		height: 12px;
		top: 4px;
	}
}



.notice-lt{
	width: 71.5%;
	display: inline-block;
	vertical-align: top;
}
.notice-li{
	display: block;
	padding: 30px;
	border-bottom: 3px solid #f3f3f3;
	overflow: hidden;
	position: relative;
transition: all .5s;
-webkit-transition: all .5s;
}
.notice-a{
	width: 70px;
	float: left;
	color: #000;
	font-family:'Bebas';
	line-height: 1.3;
	transition: all .5s;
-webkit-transition: all .5s;
}
.notice-a1{
	font-size: 36px;
}
.notice-a2{
	font-size:16px;
}
.notice-b{
	width: calc(100% - 70px);
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	border-left: 1px solid #333;
	color: #666;
	font-size: 16px;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
transition: all .5s;
-webkit-transition: all .5s;
}
.notice-li:after{
	content: '';
	width: 120px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #f3f3f3 url(../img/sfico06.png) no-repeat left center;
	opacity: 0;
transition: all .5s;
-webkit-transition: all .5s;
}
.notice-li:hover:after{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;
}
.notice-li:hover{
	background: #f3f3f3;
transition: all .5s;
-webkit-transition: all .5s;
}
.notice-li:hover .notice-b{
	padding-right: 100px;
transition: all .5s;
-webkit-transition: all .5s;
}
.notice-li:hover .notice-a{
	color: #0a4e97;
	transition: all .5s;
-webkit-transition: all .5s;
}

.notice-rt{
	width: calc(28.5% - 25px);
    margin-left: 25px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/sfico07.png) no-repeat center;
    background-size: cover;
    padding: 35px 25px;
}
.notice-j{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin-bottom: 30px;
}
.notice-k{
	position: relative;
	margin-bottom: 8px;
}
.notice-kk{
	z-index: 3;
}
.notice-k2{
	width: 100%;
	background: #fff;
	border: 0;
	padding: 0 15px;
	height: 60px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}
.notice-k22{
	padding-right: 70px;
}
.notice-ksub{
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: url(../img/sfico08.png) no-repeat center;
}
.notice-k3{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	border: 1px solid #ccc;
	padding: 10px 0;
	background: #fff;
	border-radius: 5px;
	display: none;
}
.notice-k3 a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 0 20px;
	line-height: 1.6;
	margin: 5px 0;
	/*text-align: center;*/
	/*font-weight: bold;*/
	font-family:'Bebas';
}
.notice-k3 a:hover{
	color: #0a4e97;
}

@media (max-width: 1400px){
	.notice-li{
		padding: 20px;
	}
	.notice-li:after{
		width: 80px;
		background-size: 60px auto;
	}
	.notice-li:hover .notice-b{
		padding-right: 80px;
	}
	.notice-k2{
		height: 50px;
	}
}
@media (max-width: 1200px){
	.notice-li:hover .notice-b{
		padding-right: 0;
	}
	.notice-li:after{
		display: none;
	}
}
@media (max-width: 1000px){
	.notice-lt{
		width: 100%;
	}
	.notice-rt{
		display: none;
	}
}
@media (max-width: 750px){
	.notice-li{
		padding: 10px;
		    border-bottom: 2px solid #f3f3f3;
	}
	.notice-a{
		width: 50px;
	}
	.notice-a1{
		font-size: 22px;
	}
	.notice-a2{
		font-size: 12px;
	}
	.notice-b{
		width: calc(100% - 50px);
		padding-left: 10px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin-top: 8px;
	}
}

.investor{
	padding-top: 60px;
	padding-bottom: 190px;
}
.sfmap{
	height: 550px !important;
}
.investor-div{
	position: relative;
}
.investor-cnt{
	width: 455px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	background: rgba(10,78,151,.8);
	color: #fff;
	padding: 65px 35px;
}
.investor-a{
	font-size: 30px;
}
.investor-b{
	font-size: 24px;
	opacity: .5;
}
.investor-c{
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
.investor-d{
	font-size: 16px;
	line-height: 1.86;
}
@media (max-width: 1200px){
	.investor-cnt{
		width: 100%;
		background: #0a4e97;
		height: auto;
		padding: 40px;
		position: initial;
		margin-top: 30px;
	}
	.investor{
		padding-top: 50px;
		padding-bottom: 100px;
	}
}
@media (max-width: 1200px){
	.investor{
		padding: 40px 0;
	}
	.sfmap{
		height: 300px !important;
	}
	.investor-cnt{
		padding: 20px;
		margin-top: 20px;
	}
	.investor-a{
		font-size: 20px;
	}
	.investor-b{
		font-size: 18px;
	}
	.investor-c{
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.investor-d{
		font-size: 12px;
		line-height: 1.86;
	}
}

.sfmin-hd{
	min-height: calc(100vh - 345px);
}
@media (max-width: 1400px){
	.sfmin-hd{
		min-height: calc(100vh - 335px);
	}
}
@media (max-width: 1200px){
	.sfmin-hd{
		min-height: calc(100vh - 187px);
	}
}
@media (max-width: 1000px){
	.sfmin-hd{
		min-height: calc(100vh - 162px);
	}
}
@media (max-width:750px){
	.sfmin-hd{
		min-height: calc(100vh - 164px);
	}
}